From 1545954f641735fc27deb2a7af3643cf595d623c Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 23 Dec 2008 21:10:42 +0000 Subject: [PATCH] Follow-up to r44881 -- add note to RELEASE-NOTES about removed/replaced hook --- RELEASE-NOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fef3c21b87..bf6ea48209 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -68,6 +68,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN and should still be used in code meant to be compatible with v1.13 or older. * MediaWiki can be forced to use private IPs forwarded by a proxy server by using $wgUsePrivateIPs. +* The 'BeforeWatchlist' hook has been removed due to internal changes in + Special:Watchlist. 'SpecialWatchlistQuery' should now be used by extensions + to customize the watchlist database query. + === Migrated extensions === The following extensions are migrated into MediaWiki 1.14: -- 2.20.1